Computer and Modernization ›› 2013, Vol. 218 ›› Issue (10): 197-199.doi: 10.3969/j.issn.1006-2475.2013.10.048

• 应用与开发 • Previous Articles     Next Articles

Development of Web Application Based on ASP.NET MVC Framework

ZHOU Wen-hong   

  1. Jiangxi Institute of Computing Technology, Nanchang 330002, China
  • Received:2013-07-23 Revised:1900-01-01 Online:2013-10-26 Published:2013-10-26

Abstract: This article introduces the development of Web application using ASP.NET MVC framework. Its core is controller classes writing in C#. User requests are dispatched to different business method to process by using controllers, and the result is returned to view classes, then it is displayed in user interface. The page adopts new Rasor grammar mixed with HTML tags, realizing page template. The data is stored in model classes for mapping to database and making data persistence. The whole application has a good hierarchy, and benefit for developing a clear structure of enterprise Web application.

Key words: Rasor, page template, view classes, controller

CLC Number: